net/http.responseAndError.res (field)
7 uses
net/http (current package)
transport.go#L2270: case rc.ch <- responseAndError{res: resp}:
transport.go#L2317: case rc.ch <- responseAndError{res: resp}:
transport.go#L2596: res *Response // else use this response (see res method)
transport.go#L2738: if (re.res == nil) == (re.err == nil) {
transport.go#L2739: panic(fmt.Sprintf("internal error: exactly one of res or err should be set; nil=%v", re.res == nil))
transport.go#L2742: req.logf("resc recv: %p, %T/%#v", re.res, re.err, re.err)
transport.go#L2747: return re.res, nil
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |